home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / pcxkt3.zip / READ.ME < prev    next >
Text File  |  1992-01-06  |  2KB  |  44 lines

  1. ===========================================================================
  2.  
  3.                                   PCX KIT
  4.  
  5.                              by Peter Donnelly
  6.                               1301 Ryan Street
  7.                                 Victoria BC
  8.                                Canada V8T 4Y8
  9.  
  10.                               CIS 76217,2177
  11.  
  12. ---------------------------------------------------------------------------
  13.  
  14. This is a collection of tools for displaying PCX files in a Turbo Pascal 
  15. program, and for extracting images from PCX files for use with the PutImage 
  16. procedure/function in Turbo Pascal and Turbo C.
  17.  
  18. The files in this package are released unconditionally into the public 
  19. domain. However, the author would appreciate a contribution of $10 or more 
  20. from anyone who makes practical use of them.
  21.  
  22. The programs were created with Turbo Pascal and Turbo C, copyrighted by 
  23. Borland International. 
  24.  
  25.  
  26. LIST OF FILES
  27. -------------
  28.  
  29. clip.exe        Program to clip BGI images from a PCX file
  30. clip.doc        Documentation for same 
  31. clipshow.exe    Program to review BGI images produced with CLIP.EXE
  32. clipshow.doc    Documentation for same
  33. hoedown.pas     Pascal source for BGI animation demo
  34. hoedown.c       C source for same 
  35. hoedown.dta     Image data for demo
  36. pcx.pas         Fully commented Pascal unit for displaying PCX files
  37. showcga.pas     Sample implementation of PCX.PAS, for CGA
  38. showega.pas     Same for EGA 640x350x16
  39. showvga.pas     Same for VGA 640x480x16
  40. show256.pas     Same for MCGA/VGA 320x200x256
  41.  
  42. ===========================================================================
  43.  
  44.